Skip to content

Conversation

stan-odoo
Copy link

@stan-odoo stan-odoo commented Aug 25, 2025

Created module in tutorial repo.
Added manifest file for module
Added models folder
Added views folder
Added security
Added different views like list and form
Demonstrated One2many, Many2many and Many2one.

@robodoo
Copy link

robodoo commented Aug 25, 2025

Pull request status dashboard

Copy link

@bit-odoo bit-odoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello,
Can you please adapt your commit message and title according to guidelines.

Copy link

@bit-odoo bit-odoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello,
You also have to update your PR title and PR description.

@stan-odoo stan-odoo changed the title [ADD] Added Real Estate Module [ADD] estate: Added Real Estate Module Aug 28, 2025
@stan-odoo stan-odoo force-pushed the 18.0-training-stan branch 2 times, most recently from 29f1729 to 152e84f Compare August 28, 2025 07:01
Created Module in Tutorial Repo
Added Manifest File for Module
Added Models Folder
Added Views Folder
Added Security
Added different views like list and form
Updated manifest file
Added security folder
Added CSV for access right for security
Added root menu view
Added sub menu view
Changed model configuration
Added new attributes in fields like copy, readonly, and default
Added new field state
Added List View
Added Search View
Added Filter View
Added Group By view
Styled the Form View
Added property type action
Added property tag action
Improvements suggested by bhaumiksir(bit)
Code formatting
Added Comments
Changed manifest file
@stan-odoo stan-odoo force-pushed the 18.0-training-stan branch 2 times, most recently from 77fe8f2 to 1f41720 Compare August 29, 2025 05:52
Added buttons for offer status
Added buttons for Property status
Added action for those buttons
Demonstrated computed fields and onchanges fields
Raised UserError exceptions for particular conditions
Added required SQL constraints in models
Added the mentioned sorting orders in models
Added statusbar widget in the estate property view
Added handle widget in the estate property type view
Added statusbar widget
Added list orders
Demonstrated attributes and options in the views below
- Form
- List
- Search
Add offers stat buttons
@stan-odoo stan-odoo force-pushed the 18.0-training-stan branch 5 times, most recently from da82035 to e40fa7a Compare September 3, 2025 06:24
Demonstrated inheritance in python, model, and view
Inherited res_users model
Added inherited view_users_form
…nk module

Added estate_property_module
Added dependency of estate and account module in estate_property module
Overridden the sold action of the estate module and added it to estate_property
Fixed one issue by using the round method for rounding off a number to 2 digits
Added kanban view of estate property
Added default group by filter in Kanban view
Added Python docstrings
Removed Code smells
Changed one file name as per coding guidelines
Added four components
- Card
- Counter
- TodoItem
- TodoList
Added the respective files, which are required for the components like XML and JS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants